home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- global selectedOne, Nothingselected
- Nothingselected = 1
- selectedOne = 91
- switchit()
- repeat with X = 136 to 150
- sprite(X).blend = 100
- end repeat
- set the memberNum of sprite 141 to member("tanBlank")
- set the memberNum of sprite 143 to member("tanPlus")
- set the memberNum of sprite 144 to member("tanMinus")
- updateStage()
- end
-